net/http.http2stream.id (field)
23 uses
net/http (current package)
h2_bundle.go#L4510: id uint32
h2_bundle.go#L4965: *writeArg = http2writeData{stream.id, data, endStream}
h2_bundle.go#L5182: sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
h2_bundle.go#L5516: delete(sc.streams, st.id)
h2_bundle.go#L5543: sc.writeSched.CloseStream(st.id)
h2_bundle.go#L5747: return st.id%2 == 0
h2_bundle.go#L5791: StreamID: st.id,
h2_bundle.go#L5871: sc.writeSched.AdjustStream(st.id, f.Priority)
h2_bundle.go#L5940: return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5944: return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5953: return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L5990: id: id,
h2_bundle.go#L6004: sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
h2_bundle.go#L6127: return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6235: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6299: write: http2write100ContinueHeadersFrame{st.id},
h2_bundle.go#L6347: streamID = st.id
h2_bundle.go#L6543: streamID: rws.stream.id,
h2_bundle.go#L6578: streamID: rws.stream.id,
h2_bundle.go#L6799: streamID: rws.stream.id,
h2_bundle.go#L7041: promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
h2_bundle.go#L7061: streamID: msg.parent.id,
h2_bundle.go#L10904: return wr.stream.id
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |